home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / gfx / pbm / STIMP_noise.lha / STIMP_noise / help / pgmmedian.syntax < prev    next >
Text File  |  1999-01-05  |  585b  |  20 lines

  1. pgmmedian: This operator performs median smoothing.
  2.  
  3. Syntax: pgmmedian [+v|-v] [-3|-5|-7|-9] [-q|-p|-h|-e] file1 file2
  4.  
  5.         +v      : use verbose-mode (default)
  6.         -v      : no verbose-mode
  7.  
  8.         -3      : filter size: 3x3 (default)
  9.         -5      : filter size: 5x5
  10.         -7      : filter size: 7x7
  11.         -9      : filter size: 9x9
  12.  
  13.         -q      : mask: quadratic
  14.         -p      : mask: plus shaped (default)
  15.         -h      : mask: horizontal only
  16.         -e      : mask: vertical only
  17.  
  18.         file1   : PGM-file, source
  19.         file2   : PGM-file, destination
  20.